home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET 2
/
BCI NET 2.iso
/
archives
/
programming
/
source
/
a2.0bemacs-src.lha
/
Emacs-19.25
/
src
/
cm_protos.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-08-18
|
335 b
|
26 lines
/* Prototypes for functions defined in
cm.c
*/
extern int cost;
int evalcost(int c);
void cmputc(int c);
int cmcostinit(void);
int calccost(int srcy,
int srcx,
int dsty,
int dstx,
int doit);
int cmgoto(int row,
int col);
int Wcm_clear(void);
int Wcm_init(void);